PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setReferences Method
A collection containing zero, one or more references to PDFStructureElement objects.
In This Topic
    setReferences Method
    In This Topic
    Sets the list of references.
    This property identifies the structure element or elements to which the item of content, contained within this structure element, refers (e.g.footnotes, end notes, sidebars, etc.).
    Syntax
    public void setReferences( 
       PDFStructureElementCollection value
    )

    Parameters

    value
    A collection containing zero, one or more references to PDFStructureElement objects.
    See Also